home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00174.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  1.1 KB  |  30 lines

  1. on mouseUp
  2.   global gSplit
  3.   case 1 of
  4.     (the castNum of sprite 45 = the number of member "unit 5.label"):
  5.       if gSplit = 2 then
  6.         hMenuCheck(45, "unit 5.label", "unit5.ch1", "unit5.ch2", "unit5.ch3", "pixel")
  7.       else
  8.         if gSplit = 4 then
  9.           hMenuCheck(45, "unit 5.label", "unit5.ch13", "unit5.ch14", "unit5.ch15", "pixel")
  10.         end if
  11.       end if
  12.     (the castNum of sprite 45 = the number of member "unit 7.label"):
  13.       if gSplit = 2 then
  14.         hMenuCheck(45, "unit 7.label", "unit7.ch6", "unit7.ch7", "unit7.ch8", "pixel")
  15.       else
  16.         if gSplit = 4 then
  17.           hMenuCheck(45, "unit 7.label", "unit7.ch18", "unit7.ch19", "unit7.ch20", "pixel")
  18.         end if
  19.       end if
  20.     (the castNum of sprite 45 = the number of member "unit 9.label"):
  21.       if gSplit = 2 then
  22.         hMenuCheck(45, "unit 9.label", "unit9.ch12", "unit9.ch13", "unit9.ch14", "pixel")
  23.       else
  24.         if gSplit = 4 then
  25.           hMenuCheck(45, "unit 9.label", "unit9.ch24", "unit9.ch25", "unit9.ch26", "pixel")
  26.         end if
  27.       end if
  28.   end case
  29. end
  30.